feat(2.0): server function inspector#2049
Draft
lxsmnsyc wants to merge 10 commits intofeat-seroval-jsonfrom
Draft
feat(2.0): server function inspector#2049lxsmnsyc wants to merge 10 commits intofeat-seroval-jsonfrom
lxsmnsyc wants to merge 10 commits intofeat-seroval-jsonfrom
Conversation
|
✅ Deploy Preview for solid-start-landing-page ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
commit: |
lxsmnsyc
commented
Jan 14, 2026
| setOutput((prev) => ({ ...prev, result: value.toString() === result[0].toString() })); | ||
| }); | ||
|
|
||
| return ( |
Member
Author
There was a problem hiding this comment.
This doesn't have to stay but you want to watch the inspector track streams, then enjoy
7932c2f to
25b3f44
Compare
4bf69fa to
830f1ce
Compare
be34d27 to
25b0ce5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Checklist
Server function inspector, keeps track of server function calls and allows you to inspect both Response and Request easier (than viewing the network tab).
Some TODOs:
multipart/form-datainspectorArrayBufferand other content-typesAlso some UI cleanup to dedupe stuff from the current DevOverlay
Testing
The overlay isn't visually-accessible for now so if you want to open it, go to Console then enter
__START_SERVER_FN__(true)Note
seroval branch doesn't depend on this one, I can rebase this to main when that happens